home *** CD-ROM | disk | FTP | other *** search
/ IRIX Development Foundation 1.2 for IRIX 6.4 / IRIX Development Foundation 1.2 for IRIX 6.4.img / relnotes / c_dev / ch7.z / ch7
Text File  |  1999-04-28  |  2KB  |  132 lines

  1.  
  2.  
  3.  
  4.                                                - 1 -
  5.  
  6.  
  7.  
  8.                     7.3 ANSI C Release Notes
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                                                - 2 -
  69.  
  70.  
  71.  
  72.                     7.  _B_u_g__F_i_x_e_s
  73.  
  74.                     This chapter briefly describes the bugs that
  75.                     have been fixed in the C compiler since release
  76.                     7.2.1.
  77.  
  78.  
  79.                     447522    The C compiler erroneously warns about
  80.                               incompatible pointer types when one of
  81.                               the pointers is a void*.
  82.  
  83.                     499970    A sizeof operator silently returns 0
  84.                               when the size of the array exceeds
  85.                               2^32-1 bytes.
  86.  
  87.                     502643    An internal error occurred because the
  88.                               front end code reserves two characters
  89.                               (0x80 and 0x81, which are 200 and 201
  90.                               in octal).
  91.  
  92.                     569224    sizeof() operator does not handle
  93.                               memory sizes larger than 4 Gbytes.
  94.  
  95.                     575250    The C compiler aborts when compiling a
  96.                               program with an unreferenced
  97.                               declaration.
  98.  
  99.                     673722    Error 1069 reported by compiler when a
  100.                               warning should have been reported.
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.